Platform Explorer / Nuxeo Platform 6.0

Operation Traces.Get (Traces.getTrace)

Description

Retrieve trace associated to a Chain or an Operation
Operation id Traces.Get
Category Execution Context
Label Traces.getTrace
Requires
Since

Parameters

Name Description Type Required Default value
index int no  
traceKey string no  

Signature

Inputs void
Outputs string

Implementation Information

Implementation Class Class: org.nuxeo.ecm.automation.core.operations.traces.AutomationTraceGetOperation
Contributing Component org.nuxeo.ecm.core.automation.coreContrib

JSON Definition

{
  "id" : "Traces.Get",
  "label" : "Traces.getTrace",
  "category" : "Execution Context",
  "requires" : null,
  "description" : "Retrieve trace associated to a Chain or an Operation",
  "url" : "Traces.Get",
  "signature" : [ "void", "string" ],
  "params" : [ {
    "name" : "index",
    "description" : null,
    "type" : "int",
    "required" : false,
    "widget" : null,
    "order" : 0,
    "values" : [ ]
  }, {
    "name" : "traceKey",
    "description" : null,
    "type" : "string",
    "required" : false,
    "widget" : null,
    "order" : 0,
    "values" : [ ]
  } ]
}